home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
cellgame.swf
/
scripts
/
frame_2
/
PlaceObject2_9_4
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
349 b
|
12 lines
onClipEvent(load){
if(_name != "shot")
{
_root.actions.totalShots = _root.actions.totalShots + 1;
shotTime = getTimer();
_X = _root.actions.tipx1;
_Y = _root.actions.tipy1;
xSpeed = _root.actions.shotXspeed + _root.actions.xSpeed;
ySpeed = _root.actions.shotYspeed + _root.actions.ySpeed;
}
}